M Hickford is an independent developer whose compact catalogue focuses on friction-free Git authentication. The publisher’s two utilities, git-credential-azure and git-credential-oauth, act as lightweight, cross-platform credential helpers that remove the need to re-type passwords or manage personal-access tokens when cloning, fetching or pushing code. git-credential-azure streamlines access to Azure Repos by transparently exchanging the user’s Azure Active Directory session for a short-lived token, while git-credential-oauth extends the same convenience to GitHub, GitLab and Bitbucket through modern OAuth flows; both tools install as simple Git config entries and are invoked automatically during any HTTPS operation. Typical use cases include CI runners that must pull private dependencies, developers who switch frequently between corporate Azure DevOps projects and public GitHub repositories, and teams that want to avoid storing long-lived secrets in disk or environment variables. Because the helpers are written in Go and distributed as self-contained binaries, they drop into Windows, macOS or Linux pipelines without extra runtimes, and they respect Git’s built-in credential-cache timeout for additional security. The publisher’s software is available for free on get.nero.com, with downloads supplied through trusted Windows package sources such as winget, always delivering the latest release and permitting batch installation alongside other applications.

git-credential-azure

A Git credential helper for Azure Repos

Details
git-credential-oauth

A Git credential helper that securely authenticates to GitHub, GitLab and BitBucket using OAuth.

Details